home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / thor / msgsplit.man < prev    next >
Text File  |  1996-11-10  |  3KB  |  116 lines

  1. MsgSplit.thor                                                      MsgSplit.thor
  2.  
  3.  
  4. NAME
  5.  
  6.         MsgSplit.thor - Split a message event in smaller events
  7.  
  8.  
  9. SYNOPSIS
  10.  
  11.         MsgSplit.thor <MaxSize>
  12.  
  13.  
  14. REQUIREMENTS
  15.  
  16.         Thor 2.01 or newer & of course ARexx.
  17.  
  18.  
  19. DESCRIPTION
  20.         
  21.         MsgSplit.thor scans the events of a system & if it's a reply or
  22.         enter event it checks message size of the event. If it's bigger 
  23.         than the MaxSize argument, it splits the message in smaller pieces
  24.         & creates a new event for each piece & then deletes the original 
  25.         event.
  26.         
  27.         This is necessery for some QWK systems because they do not accept
  28.         messages bigger than an allowed size. Ask your Sysop/System
  29.         Administrator to get this number. You can find it by sending very 
  30.         large messages (12-24 Kb is a nice value) which when then they are
  31.         not being accepted you will then reduce the size of the message 
  32.         until you find the correct size.
  33.         
  34.  
  35. INSTALLATION
  36.  
  37.         First copy it to the rexx directory of Thor and then insert it to the
  38.         "Leaving System" gadget of the File/Paths options for every system 
  39.         that has problems with large message sizes. The MaxSize for
  40.         Hellas On Line BBS is 7300 bytes (approx.)
  41.         
  42.         For example: MsgSplit.thor 7300
  43.  
  44.  
  45.         You can change the ContNextMsg and ContPrevMsg variables but be careful
  46.         with their lengths. Check them before you use it permanetly.
  47.  
  48.  
  49. AUTHOR/GREETINGS
  50.  
  51.         SMail Address:
  52.  
  53.         Stelios Melissakis
  54.         1 Pefkon Street
  55.         Kalogreza, Athens
  56.         P.O. Box 14235
  57.         Greece
  58.  
  59.  
  60.         Tel/Fax/Voice: 
  61.  
  62.         2757043
  63.  
  64.         
  65.         EMail:
  66.         
  67.         djmelis@prometheus.hol.gr  or djmelis@hol.gr (Unix/POP3 Host)
  68.         djmelis@hellas.hol.gr                        (Hellas On Line BBS)
  69.  
  70.         Note: My UID will may change to c3po, very soon.
  71.  
  72.  
  73.         This program is FREEWARE. If you like it, please send me a Ferrari,
  74.         a Porche, a MMU or anything you can imagine (except from Windows 95!).
  75.  
  76.         -> A registered version of Thor is welcome! ;)  <-
  77.  
  78.  
  79.         Many-Many thanks to:
  80.         - Peter Nilsen
  81.         - Kjell Irgens
  82.         - Eirik Nicolai Synnes
  83.         - the rest of the Thor team
  84.         - my Amiga :)
  85.         - Hellas On line S.A. (visit us at http://www.hol.gr/)
  86.         - Nick Sardelianos
  87.  
  88.  
  89. BUGS
  90.  
  91.         No known (yet). If you see anything strange, let me know about it.
  92.  
  93.  
  94. TO DO
  95.  
  96.         - ConfMsgSplit.thor w/GUI (not very soon)
  97.  
  98.         - If you've any other ideas EMail me. I'm waiting!
  99.  
  100.  
  101. VERSION HISTORY
  102.  
  103.         v1.3 (14.Sep.95)
  104.         - Fixed some bugs (as usual...)
  105.         - Changed the version number according to Commodore rules
  106.         - Better error handling (I hope :)
  107.  
  108.         v37.2  (10.Sep.95) 
  109.         - Final (?) version. 
  110.         - Fixed some bugs.
  111.         - Added a progress indicator
  112.  
  113.         v37.1b (19.Aug.95) 
  114.         - Very BETA version...
  115.         
  116.